compress/flate.compressor.findMatch (method)
2 uses
compress/flate (current package)
deflate.go#L233: func (d *compressor) findMatch(pos int, prevHead int, prevLength int, lookahead int) (length, offset int, ok bool) {
deflate.go#L443: if newLength, newOffset, ok := d.findMatch(d.index, d.chainHead-d.hashOffset, minMatchLength-1, lookahead); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)